home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00005_Field_Help Launch.txt < prev    next >
Text File  |  1998-09-28  |  376b  |  24 lines

  1.  
  2. on mouseDown
  3.   puppetsound 0
  4.  
  5.   openxlib "Foremost.dll"
  6.   set Fm = Foremost(mNew)
  7.   unload
  8.   open the Pathname & "help\sciemain.hlp" with "winhelp"
  9.   cursor -1
  10.   set x = 1
  11.   repeat while x = 1
  12.     set x =   FM(mIsForeMost)
  13.   end repeat
  14.   
  15.   set x = 0
  16.   repeat while x =0
  17.     set x =   FM(mIsForeMost)
  18.   end repeat
  19.   
  20.   updatestage
  21.   Fm(mDispose)
  22. end
  23.  
  24.